home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / LastCall / lastcall.exe / stuff / lastcall.dxr / 00137.ls < prev    next >
Encoding:
Text File  |  2000-03-27  |  179 b   |  8 lines

  1. on exitFrame
  2.   global gDemoVersion
  3.   if gDemoVersion then
  4.     alertBeep()
  5.     MUIalert("The Load Game feature is disabled in this demo version.", "Disabled Feature")
  6.   end if
  7. end
  8.